Trees | Indices | Toggle frames |
---|
Source --+ | StaticSource
__init__(self,
source)
Construct a StaticSource for the data in
source . |
|
pyglet.image.Animation |
get_animation(self)
Import all video frames into memory as an Animation.
(Inherited from pyglet.media.Source)
|
pyglet.image.AbstractImage |
get_next_video_frame(self)
Get the next video frame.
(Inherited from pyglet.media.Source)
|
float |
get_next_video_timestamp(self)
Get the timestamp of the next video frame.
(Inherited from pyglet.media.Source)
|
ManagedSoundPlayer |
play(self)
Play the source.
(Inherited from pyglet.media.Source)
|
float |
duration
The length of the source, in seconds.
(Inherited from pyglet.media.Source)
|
AudioFormat |
audio_format = None
Format of the audio in this source, or None if the source is
silent.
(Inherited from pyglet.media.Source)
|
VideoFormat |
video_format = None
Format of the video in this source, or None if there is no
video.
(Inherited from pyglet.media.Source)
|
source
.
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Thu Dec 31 17:58:19 2009 | http://epydoc.sourceforge.net |